home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…stman Always Clicks Twice / ADC Developer CD (1993-01) (''The Postman Always Clicks Twice'')_iso / Dev.CD 199301.iso / Technical Documentation / Sample Code / Snippets / Imaging / Graphics / RotateString / RotateString Lib ƒ / Rotate code / RotateString.h < prev   
Encoding:
Text File  |  1992-11-16  |  128 b   |  4 lines  |  [TEXT/KAHL]

  1. typedef enum { clockWise, counterClockWise } rotDir;
  2.  
  3. pascal OSErr RotateString( Str255 str, BitMap *destMap, short direction);
  4.